home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 6984 / 6984.xpi / chrome / lazarus.jar / content / uninstall.js < prev    next >
Text File  |  2009-11-24  |  208b  |  8 lines

  1.  
  2. function toggleDBDescription(){
  3.     //Lazarus.$('databaseDescription').style.visibility = Lazarus.$('removeSavedForms').checked ? "visible" : "hidden";
  4. }
  5.  
  6. function init(){
  7.     toggleDBDescription();
  8. }